projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5615dcc
)
Comment munging wrt max-specpdl-size; nfc.
author
Thien-Thi Nguyen
<ttn@gnuvola.org>
Tue, 18 Apr 2006 21:00:44 +0000
(21:00 +0000)
committer
Thien-Thi Nguyen
<ttn@gnuvola.org>
Tue, 18 Apr 2006 21:00:44 +0000
(21:00 +0000)
src/eval.c
patch
|
blob
|
history
diff --git
a/src/eval.c
b/src/eval.c
index 86ee384896c2b1f74bff9c705c4902f697c2332c..20f29b5f06bfd1eb78f3e5ba46b37e32a7a252ce 100644
(file)
--- a/
src/eval.c
+++ b/
src/eval.c
@@
-204,6
+204,7
@@
init_eval_once ()
specpdl_size = 50;
specpdl = (struct specbinding *) xmalloc (specpdl_size * sizeof (struct specbinding));
specpdl_ptr = specpdl;
+ /* Don't forget to update docs (lispref node "Local Variables"). */
max_specpdl_size = 1000;
max_lisp_eval_depth = 300;